Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Laravel 6 support #68

Merged
merged 2 commits into from
Nov 7, 2019
Merged

Laravel 6 support #68

merged 2 commits into from
Nov 7, 2019

Conversation

devngl
Copy link
Contributor

@devngl devngl commented Sep 30, 2019

Remove str and arr global helpers for Laravel 6 support.

This is required if you want to work with Laravel 6, where string and array global helpers were replaced by a more OOP set of methods in Arr and Str classes.

Remove str and arr global helpers for Laravel 6 support.
@G89Angel G89Angel mentioned this pull request Sep 30, 2019
@devngl
Copy link
Contributor Author

devngl commented Oct 6, 2019

@philkra
Did you have time to check this out? I know you're looking for maintainers, but in the mean time I think this should provide compatibility with a Laravel 6 clean installation

@devngl devngl force-pushed the master branch 2 times, most recently from b4e6c56 to 53ce566 Compare October 24, 2019 21:33
@mfairch
Copy link
Contributor

mfairch commented Nov 7, 2019

@devngl Thanks for creating this PR. I'm helping out @philkra maintain this for now.

@mfairch mfairch merged commit 4947061 into philkra:master Nov 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants